net/http.http2clientStream.reqBodyClosed (field)

11 uses

	net/http (current package)
		h2_bundle.go#L7749: 	reqBodyClosed        chan struct{} // guarded by cc.mu; non-nil on Close, closed when done
		h2_bundle.go#L7803: 	if cs.reqBody != nil && cs.reqBodyClosed == nil {
		h2_bundle.go#L7810: 	if cs.reqBodyClosed != nil {
		h2_bundle.go#L7813: 	cs.reqBodyClosed = make(chan struct{})
		h2_bundle.go#L7814: 	reqBodyClosed := cs.reqBodyClosed
		h2_bundle.go#L8658: 		bodyClosed := cs.reqBodyClosed
		h2_bundle.go#L8942: 	if cs.reqBody != nil && cs.reqBodyClosed == nil {
		h2_bundle.go#L8944: 		cs.reqBodyClosed = make(chan struct{})
		h2_bundle.go#L8946: 	bodyClosed := cs.reqBodyClosed
		h2_bundle.go#L9189: 			bodyClosed := cs.reqBodyClosed != nil
		h2_bundle.go#L9284: 		if cs.reqBodyClosed != nil {